home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 38 / netcd38.iso / browsers / mac / maclynx_beta1.sit.hqx / Beta 1 / lynx.cfg < prev    next >
Encoding:
Text File  |  1997-05-19  |  65.7 KB  |  1,480 lines

  1. # lynx.cfg file.
  2. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
  3. #                                     or Lynx_Dir:lynx.cfg (VMS)
  4. #
  5. # Definition pairs are of the form  VARIABLE:DEFINITION
  6. # NO spaces are allowed between the pair items.
  7. #
  8. # MacLynx users: search for "MacOS" items in this document for MacOS specific
  9. # configuration, but do not forget that the general, non-MacOS, configuration
  10. # items can be set.
  11. #
  12. #  If you do not have access to /usr/local/bin you may change
  13. #  the default location of this file in the userdefs.h file and recompile,
  14. #  or specify it's location on the command line with the "-cfg"
  15. #  command line option.
  16. #
  17. # Items may be commented out by putting a '#' as the FIRST char of the line
  18. #
  19. # All definitions must be flush left and have NO spaces.!!!
  20. #
  21. # On the MacOS, ~ represents the MacLynx folder
  22. #
  23. # STARTFILE is the default URL if none is specified on the command line
  24. # or via a WWW_HOME environment variable.
  25. # note: these files can be remote (http://www.w3.org/default.html)
  26. # or local (file://localhost/PATH_TO/FILENAME
  27. #  replace PATH_TO with the complete path to FILENAME
  28. #  use Unix SHELL syntax and include the device on VMS systems)
  29. #
  30. # STARTFILE:http://lynx.browser.org/
  31. STARTFILE:file://localhost/~/index.html 
  32.  
  33. # HELPFILE must be defined as a URL and must have a
  34. # complete path if local:
  35. # file://localhost/PATH_TO/lynx_help/lynx_help_main.html
  36. #   Replace PATH_TO with the path to the lynx_help subdirectory
  37. #   for this distribution (use SHELL syntax including the device
  38. #   on VMS systems).
  39. # The default HELPFILE is:
  40. # http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
  41. #   This should be changed to the local path.
  42. #
  43. #HELPFILE:http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
  44. HELPFILE:file://localhost/~/lynx_help/lynx_help_main.html
  45.  
  46. # DEFAULT_INDEX_FILE is the default file retrieved when the
  47. # user presses the 'I' key when viewing any document.
  48. # An index to your CWIS can be placed here or a document containing
  49. # pointers to lots of interesting places on the web.
  50. #
  51. DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
  52.  
  53. # Set GOTOBUFFER to TRUE if you want to have the previous goto URL,
  54. # if any, offered for reuse or editing when using the 'g'oto command.
  55. # The default is defined in userdefs.h.  If left FALSE, the circular
  56. # buffer of previously entered goto URLs can still be invoked via the
  57. # Up-Arrow or Down-Arrow keys after entering the 'g'oto command.
  58. #
  59. #GOTOBUFFER:FALSE
  60.  
  61. # JUMP_PROMPT is the default statusline prompt for jumps files (see below).
  62. # You can change the prompt here from that defined in userdefs.h.  Any
  63. # trailing white space will be trimmed, and a single space added by Lynx
  64. # following the last non-white character.  You must set the default prompt
  65. # before setting the default jumps file (below). If a default jumps file
  66. # was set via userdefs.h, and you change the prompt here, you must set the
  67. # default jumps file again (below) for the change to be implemented.
  68. #
  69. #JUMP_PROMPT:Jump to (use '?' for list):
  70.  
  71. # JUMPFILE is the default local file checked for shortcut URL's when
  72. # the user presses the 'J' (JUMP) key.  The user will be prompted for
  73. # a shortcut entry (analogously to 'g'oto), and can enter one
  74. # or use '?' for a list of the shortcuts with associated links to
  75. # their actual URL's.  See the sample jumps files in the samples
  76. # subdirectory.  Make sure your jumps file includes a '?' shortcut
  77. # for a file://localhost URL to itself:
  78. #
  79. # <dt>?<dd><a href="file://localhost/path/jumps.html">This Shortcut List</a>
  80. #
  81. # If not defined here or in userdefs.h, the JUMP command will invoke
  82. # the NO_JUMPFILE statusline message (see userdefs.h).
  83. #
  84. # On VMS, use Unix SHELL syntax (including a lead slash) to define it.
  85. #
  86. # Do not include "file://localhost" in the definition.
  87. #
  88. # Additional, alternate jumps files can be defined and mapped to
  89. # keystrokes at the bottom of lynx.cfg, but you should first define
  90. # the default jumps file (mapped by default to 'J', and to 'j' when
  91. # the "VI keys" 'o'ption is not ON) here or in userdefs.h, if you
  92. # wish to implement the jumps mechanism.
  93. #
  94. #JUMPFILE:/Lynx_Dir/jumps.html
  95.  
  96. # Set JUMPBUFFER to TRUE if you want to have the previous jump target,
  97. # if any, offered for reuse or editing when using the 'J'ump command.
  98. # The default is defined in userdefs.h.  If left FALSE, the circular
  99. # buffer of previously entered targets (shortcuts) can still be invoked
  100. # via the Up-Arrow or Down-Arrow keys after entering the 'J'ump command.
  101. # If multiple jumps files are installed, the recalls of shortcuts will
  102. # be specific to each file.  If Lynx was built with PERMIT_GOTO_FROM_JUMP
  103. # defined, any random URLs used instead of shortcuts will be stored in the
  104. # goto URL buffer, not in the shortcuts buffer(s), and the single character
  105. # ':' can be used as a target to invoke the goto URL buffer (as if 'g'oto
  106. # followed by Up-Arrow had been entered).
  107. #
  108. #JUMPBUFFER:FALSE
  109.  
  110. # If SAVE_SPACE is defined, it will be used as a path prefix for the
  111. # suggested filename in "Save to Disk" operations from the 'p'rint or
  112. # 'd'ownload menus.  On VMS, you can use either VMS (e.g., "SYS$LOGIN:")
  113. # or Unix syntax (including '~' for the HOME directory).  On Unix, you
  114. # must use Unix syntax.  If the symbol is not defined, or is zero-length
  115. # (""), no prefix will be used, and only a filename for saving in the
  116. # current default directory will be suggested.
  117. # This definition will be overridden if a "LYNX_SAVE_SPACE" environment
  118. # variable has been set on Unix, or logical has been defined on VMS.
  119. #
  120. #SAVE_SPACE:~/foo/
  121.  
  122. # If LYNX_HOST_NAME is defined here or in userdefs.h, it will be
  123. # treated as an alias for the local host name in checks for URLs on
  124. # the local host (e.g., when the -localhost switch is set), and this
  125. # host name, "localhost", and HTHostName (the fully qualified domain
  126. # name of the system on which Lynx is running) will all be passed as
  127. # local.  A different definition here will override that in userdefs.h.
  128. #
  129. #LYNX_HOST_NAME:www.cc.ukans.edu
  130.  
  131. # localhost aliases
  132. # Any LOCALHOST_ALIAS definitions also will be accepted as local when
  133. # the -localhost switch is set.  These need not actually be local, i.e.,
  134. # in contrast to LYNX_HOST_NAME, you can define them to trusted hosts at
  135. # other Internet sites.
  136. #
  137. #LOCALHOST_ALIAS:gopher.server.domain
  138. #LOCALHOST_ALIAS:news.server.domain
  139.  
  140. # LOCAL_DOMAIN is used for a tail match with the ut_host element of
  141. # the utmp or utmpx structure on systems with utmp capabilities, to
  142. # determine if a user is local to your campus or organization when
  143. # handling -restrictions=inside_foo or outside_foo settings for ftp,
  144. # news, telnet/tn3270 and rlogin URLs.  An "inside" user is assumed
  145. # if your system does not have utmp capabilities.  CHANGE THIS here
  146. # if it was not changed in userdefs.h at compilation time.
  147. #
  148. #LOCAL_DOMAIN:ukans.edu
  149.  
  150. # CHARACTER_SET defines the default character set, i.e., that assumed
  151. # to be installed on the user's terminal.  It determines which characters
  152. # or strings will be used to represent 8-bit character entities within
  153. # HTML.  New character sets may be defined by modifying the file
  154. # src/LYCharSets.c in the Lynx source code distribution and recompiling.
  155. # For Asian (CJK) character sets, it also determines how Kanji code will
  156. # be handled.  The default is defined in userdefs.h and can be changed
  157. # here, and via the 'o'ptions menu.  The 'o'ptions menu setting will be
  158. # stored in the user's RC file whenever those settings are saved, and
  159. # thereafter will be used as the default.  The actions of the -raw switch
  160. # and LYK_RAW_TOGGLE ('@') are dependent on the character set.  For the
  161. # Asian (CJK) sets and "ISO Latin 1", the corresponding charset is assumed
  162. # in documents, i.e., raw or CJK mode is ON by default, so that -raw or the
  163. # initial LYK_RAW_TOGGLE will turn the mode OFF.  The inverse is true for
  164. # all other character sets.  The toggling also can be done via the 'o'ptions
  165. # menu.  In raw or CJK mode, 8-bit characters are not reverse translated in
  166. # relation to the src/CharSets.c entity conversion arrays, i.e., they are
  167. # assumed to be appropriate for the current character set.  It should be
  168. # toggled ON when, for example, "ISO Latin 2" or "KOI8-R character set" is
  169. # selected and the document has the corresponding charset, and OFF when an
  170. # Asian (CJK) character set is selected but the document has the ISO-8859-1
  171. # charset.
  172. # The default character sets include:
  173. #    ISO Latin 1
  174. #    ISO Latin 2
  175. #    Other ISO Latin
  176. #    DEC Multinational
  177. #    IBM PC character set
  178. #    IBM PC codepage 850
  179. #    Macintosh (8 bit)
  180. #    NeXT character set
  181. #    KOI8-R character set
  182. #    Chinese
  183. #    Japanese (EUC)
  184. #    Japanese (SJIS)
  185. #    Korean
  186. #    Taipei (Big5)
  187. #    7 bit approximations
  188. #
  189. CHARACTER_SET:7 bit approximations
  190.  
  191. # PREFERRED_LANGUAGE is the language in MIME notation (e.g., "en",
  192. # "fr") which will be indicated by Lynx in its Accept-Language headers
  193. # as the preferred language.  If available, the document will be
  194. # transmitted in that language.  Users can override this setting via
  195. # the 'o'ptions menu and save that preference in their RC file.
  196. #
  197. #PREFERRED_LANGUAGE:en
  198.  
  199. # PREFERRED_CHARSET specifies the character set in MIME notation (e.g.,
  200. # "ISO-8859-2", "ISO-8859-5") which Lynx will indicate you prefer in
  201. # requests to http servers using an Accept-Charsets header.  The value
  202. # should NOT include "ISO-8859-1" or "US-ASCII", since those values are
  203. # always assumed by default.  If a file in that character set is available,
  204. # the server will send it.  Otherwise, the server will send the file in
  205. # ISO-8859-1 or US-ASCII.  Users can change or eliminate this definition
  206. # via the 'o'ptions menu and save that preference in their RC file.
  207. #
  208. #PREFERRED_CHARSET:
  209.  
  210. # URL_DOMAIN_PREFIXES and URL_DOMAIN_SUFFIXES are strings which will be
  211. # prepended (together with a scheme://) and appended to the first element
  212. # of command line or 'g'oto arguments which are not complete URLs and
  213. # cannot be opened as a local file (file://localhost/string).  Both
  214. # can be comma-separated lists.  Each prefix must end with a dot, each
  215. # suffix must begin with a dot, and either may contain other dots (e.g.,
  216. # .com.jp).  The default lists are defined in userdefs.h and can be
  217. # changed here.  Each prefix will be used with each suffix, in order,
  218. # until a valid Internet host is created, based on a successful DNS
  219. # lookup (e.g., foo will be tested as www.foo.com and then www.foo.edu
  220. # etc.).  The first element can include a :port and/or /path which will
  221. # be restored with the expanded host (e.g., wfbr:8002/dir/lynx will
  222. # become http://www.wfbr.edu:8002/dir/lynx).  The prefixes will not be
  223. # used if the first element ends in a dot (or has a dot before the
  224. # :port or /path), and similarly the suffixes will not be used if the
  225. # the first element begins with a dot (e.g., .nyu.edu will become
  226. # http://www.nyu.edu without testing www.nyu.com).  Lynx will try to
  227. # guess the scheme based on the first field of the expanded host name,
  228. # and use "http://" as the default (e.g., gopher.wfbr.edu or gopher.wfbr.
  229. # will be made gopher://gopher.wfbr.edu).
  230. #
  231. #URL_DOMAIN_PREFIXES:www.
  232. #URL_DOMAIN_SUFFIXES:.com,.edu,.net,.org
  233.  
  234. # The following three definitions set the number of seconds for
  235. # pauses following statusline messages that would otherwise be
  236. # replaced immediately, and are more important than the unpaused
  237. # progress messages.  Those set by INFOSECS are also basically
  238. # progress messages (e.g., that a prompted input has been cancelled)
  239. # and should have the shortest pause.  Those set by MESSAGESECS are
  240. # informational (e.g., that a function is disabled) and should have
  241. # a pause of intermediate duration.  Those set by ALERTSECS typically
  242. # report a serious problem and should be paused long enough to read
  243. # whenever they appear (typically unexpectedly).  The default values
  244. # are defined in userdefs.h, and can be modified here should longer
  245. # pauses be desired for braille-based access to Lynx.
  246. #
  247. #INFOSECS:1
  248. #MESSAGESECS:2
  249. #ALERTSECS:3
  250.  
  251. # SHOW_CURSOR controls whether or not the cursor is hidden or appears
  252. # over the link.  The default is set in userdefs.h, can be changed
  253. # here, and can be toggled with the -show_cursor command line option.
  254. # Showing the cursor is handy if you are a sighted user with a poor
  255. # terminal that can't do bold and reverse video at the same time or
  256. # at all.  It also can be useful to blind users, as an alternative
  257. # or supplement to setting LINKS_ARE_NUMBERED.
  258. #
  259. #SHOW_CURSOR:FALSE
  260.  
  261. # If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be acted
  262. # upon for <H1> through <H6> headers.  The compilation default is FALSE
  263. # (only the indentation styles are acted upon, but see BOLD_H1, below).
  264. # On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
  265. # HT_BOLD style for headers when BOLD_HEADERS is TRUE.
  266. #
  267. #BOLD_HEADERS:FALSE
  268.  
  269. # If BOLD_H1 is set to TRUE the HT_BOLD default style will be acted
  270. # upon for <H1> headers even if BOLD_HEADERS is FALSE.  The compilation
  271. # default is FALSE.  On Unix, compilation with -DUNDERLINE_LINKS also
  272. # will apply to the HT_BOLD style for headers when BOLD_H1 is TRUE.
  273. #
  274. #BOLD_H1:FALSE
  275.  
  276. # If BOLD_NAME_ANCHORS is set to TRUE the content of anchors without
  277. # an HREF attribute, (i.e., anchors with a NAME or ID attribute) will
  278. # have the HT_BOLD default style.  The compilation default is FALSE.
  279. # On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
  280. # HT_BOLD style for NAME (ID) anchors when BOLD_NAME_ANCHORS is TRUE.
  281. #
  282. #BOLD_NAME_ANCHORS:FALSE
  283.  
  284. # The DEFAULT_CACHE_SIZE specifies the number of WWW documents to be
  285. # cached in memory at one time.
  286. #
  287. # This so-called cache size (actually, number) is defined in userdefs.h and
  288. # may be modified here and/or with the command line argument -cache=NUMBER
  289. # The minimum allowed value is 2, for the current document and at least one
  290. # to fetch, and there is no absolute maximum number of cached documents.
  291. # On Unix, and VMS not compiled with VAXC, whenever the number is exceeded
  292. # the least recently displayed document will be removed from memory.
  293. #
  294. # On VMS compiled with VAXC, the DEFAULT_VIRTUAL_MEMORY_SIZE specifies the
  295. # amount (bytes) of virtual memory that can be allocated and not yet be freed
  296. # before previous documents are removed from memory.  If the values for both
  297. # the DEFAULT_CACHE_SIZE and DEFAULT_VIRTUAL_MEMORY_SIZE are exceeded, then
  298. # least recently displayed documents will be freed until one or the other
  299. # value is no longer exceeded.  The default value was defined in userdefs.h.
  300. #
  301. # The Unix and VMS but not VAXC implementations use the C library malloc's
  302. # and calloc's for memory allocation, and procedures for taking the actual
  303. # amount of cache into account still need to be developed.  They use only
  304. # the DEFAULT_CACHE_SIZE value, and that specifies the absolute maximum
  305. # number of documents to cache (rather than the maximum number only if
  306. # DEFAULT_VIRTUAL_MEMORY_SIZE has been exceeded, as with VAXC/VAX).
  307. #
  308. #DEFAULT_CACHE_SIZE:10
  309. #DEFAULT_VIRTUAL_MEMORY_SIZE:512000
  310.  
  311. # If ALWAYS_RESUBMIT_POSTS is set TRUE, Lynx always will resubmit forms
  312. # with method POST, dumping any cache from a previous submission of the
  313. # form, including when the document returned by that form is sought with
  314. # the PREV_DOC command or via the history list.  Lynx always resubmits
  315. # forms with method POST when a submit button or a submitting text input
  316. # is activated, but normally retrieves the previously returned document
  317. # if it had links which you activated, and then go back with the PREV_DOC
  318. # command or via the history list.
  319. #
  320. # The default defined here or in userdefs.h can be toggled via
  321. # the -resubmit_forms command line switch.
  322. #
  323. #ALWAYS_RESUBMIT_POSTS:FALSE
  324.  
  325. # Local execution links and scripts are completely disabled
  326. # in the source code unless they are enabled in the
  327. # userdefs.h file and the sources recompiled.  Please
  328. # see the Lynx source code distribution and the userdefs.h
  329. # file for more detail on enabling execution links and scripts.
  330. #
  331. # If you have enabled execution links or scripts the following
  332. # two variables control Lynx's action when an execution link
  333. # or script is encountered.
  334. #
  335. # If LOCAL_EXECUTION_LINKS_ALWAYS_ON is set to TRUE any execution
  336. # link or script will be executed no matter where it came from.
  337. # This is EXTREMELY dangerous.  Since Lynx can access files from
  338. # anywhere in the world, you may encounter links or scripts that
  339. # will cause damage or compromise the security of your system.
  340. #
  341. # If LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE is set to TRUE only
  342. # links or scripts that reside on the local machine and are
  343. # referenced with a URL beginning with "file://localhost/" or meet
  344. # TRUSTED_EXEC or ALWAYS_TRUSTED_EXEC rules (see below) will be
  345. # executed.  This is much less dangerous than enabling all execution
  346. # links, but can still be dangerous.
  347. #
  348. #LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
  349. #LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
  350.  
  351. # If LOCAL_EXECUTION_LINK_ON_BUT_NOT_REMOTE is TRUE, and no TRUSTED_EXEC
  352. # rule is defined, it defaults to "file://localhost/" and any lynxexec
  353. # or lynxprog command will be permitted if it was referenced with a URL
  354. # beginning with that string.  If you wish to restrict the referencing URL's
  355. # further, you can extend the string to include a trusted path.  You also can
  356. # specify a trusted directory for http URL's, which will then be treated as
  357. # if they were local rather than remote.  For example:
  358. #
  359. #    TRUSTED_EXEC:file://localhost/trusted/
  360. #    TRUSTED_EXEC:http://www.wfbr.edu/trusted/
  361. #
  362. # If you also wish to restrict the commands which can be executed, create
  363. # a series of rules with the path (Unix) or command name (VMS) following
  364. # the string, separated by a tab.  For example:
  365. #
  366. # Unix:
  367. #    TRUSTED_EXEC:file://localhost/<tab>/bin/cp
  368. #    TRUSTED_EXEC:file://localhost/<tab>/bin/rm
  369. # VMS:
  370. #    TRUSTED_EXEC:file://localhost/<tab>copy
  371. #    TRUSTED_EXEC:file://localhost/<tab>delete
  372. #
  373. # Once you specify a TRUSTED_EXEC referencing string, the default is
  374. # replaced, and all the referencing strings you desire must be specified
  375. # as a series.  Similarly, if you associate a command with the referencing
  376. # string, you must specify all of the allowable commands as a series of
  377. # TRUSTED_EXEC rules for that string.  If you specify ALWAYS_TRUSTED_EXEC
  378. # rules below, you need not repeat them as TRUSTED_EXEC rules.
  379. #
  380. # If EXEC_LINKS and JUMPFILE have been defined, any lynxexec or lynxprog
  381. # URL's in that file will be permitted, regardless of other settings.  If
  382. # you also set LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:TRUE and a single
  383. # TRUSTED_EXEC rule that will always fail (e.g., "none"), then *ONLY* the
  384. # lynxexec or lynxprog URL's in JUMPFILE (and any ALWAYS_TRUSTED_EXEC rules,
  385. # see below) will be allowed.  Note, however, that if Lynx was compiled with
  386. # CAN_ANONYMOUS_JUMP set to FALSE (default is TRUE), or -restrictions=jump
  387. # is included with the -anonymous switch at run time, then users of an
  388. # anonymous account will not be able to access the jumps file or enter
  389. # 'j'ump shortcuts, and this selective execution feature will be overridden
  390. # as well (i.e., they will only be able to access lynxexec or lynxprog
  391. # URLs which meet any ALWAYS_TRUSTED_EXEC rules).
  392. #
  393. #TRUSTED_EXEC:none
  394.  
  395. # If EXEC_LINKS was defined, any lynxexec or lynxprog URL can be made
  396. # always enabled by an ALWAYS_TRUSTED_EXEC rule for it.  This is useful for
  397. # anonymous accounts in which you have disabled execution links generally,
  398. # and may also have disabled jump file links, but still want to allow
  399. # execution of particular utility scripts or programs.  The format is
  400. # like that for TRUSTED_EXEC.  For example:
  401. #
  402. # Unix:
  403. #   ALWAYS_TRUSTED_EXEC:file://localhost/<tab>/usr/local/kinetic/bin/usertime
  404. #   ALWAYS_TRUSTED_EXEC:http://www.more.net/<tab>/usr/local/kinetic/bin/who.sh
  405. # VMS:
  406. #   ALWAYS_TRUSTED_EXEC:file://localhost/<tab>usertime
  407. #   ALWAYS_TRUSTED_EXEC:http://www.more.net/<tab>show users
  408. #
  409. # The default ALWAYS_TRUSTED_EXEC rule is "none".
  410. #
  411. #ALWAYS_TRUSTED_EXEC:none
  412.  
  413. # Unix:
  414. # =====
  415. # TRUSTED_LYNXCGI defines where cgi scripts can live (if LYNXCGI_LINKS
  416. # is defined in userdefs.h).  Note that it must be given in order for
  417. # cgi support to work (there is no default path).  For example:
  418. #
  419. #     TRUSTED_LYNXCGI:<tab>/usr/local/etc/httpd/cgi-bin/
  420. #     TRUSTED_LYNXCGI:file://localhost/<tab>/usr/local/www/cgi-bin/
  421. #
  422. # VMS:
  423. # ====
  424. # Do not define this.
  425. #
  426. #TRUSTED_LYNXCGI:none
  427.  
  428. # Unix:
  429. # =====
  430. # LYNXCGI_ENVIRONMENT adds the current value of the specified
  431. # environment variable to the list of environment variables passed on to the
  432. # lynxcgi script. Useful variables are HOME, USER, EDITOR, etc...
  433. #
  434. # VMS:
  435. # ====
  436. # Do not define this.
  437. #
  438. #LYNXCGI_ENVIRONMENT:
  439.  
  440. #  MAIL_SYSTEM_ERROR_LOGGING will send a message to the owner of
  441. #  the information, or ALERTMAIL if there is no owner, every time
  442. #  that a document cannot be accessed!
  443. #
  444. #  NOTE: This can generate A LOT of mail, be warned.
  445. #
  446. #MAIL_SYSTEM_ERROR_LOGGING:FALSE
  447.  
  448. # If CHECKMAIL is set to TRUE, the user will be informed (via a statusline
  449. # message) about the existence of any unread mail at startup of Lynx, and
  450. # will get statusline messages if subsequent new mail arrives.  If a jumps
  451. # file with a lynxprog URL for invoking mail is available, or your html
  452. # pages include an mail launch file URL, the user thereby can access mail
  453. # and read the messages.  The checks and statusline reports will not be
  454. # performed if Lynx has been invoked with the -restrictions=mail switch.
  455. #
  456. #  VMS USERS !!!
  457. # New mail is normally broadcast as it arrives, via "unsolicited screen
  458. # broadcasts", which can be "wiped" from the Lynx display via the Ctrl-W
  459. # command.  You may prefer to disable the broadcasts and use CHECKMAIL
  460. # instead (e.g., in a public account which will be used by people who
  461. # are ignorant about VMS).
  462. #
  463. #CHECKMAIL:FALSE
  464.  
  465. # To enable news reading ability via Lynx, the environment variable NNTPSERVER
  466. # must be set so that it points to your site's NNTP server (see INSTALLATION).
  467. # Lynx respects RFC 1738 (http://www.ics.uci.edu/pub/ietf/uri/rfc1738.txt) and
  468. # and does not accept a host field in news URLs (use nntp: instead news: for
  469. # the scheme if you wish to specify an NNTP host in a URL, as explained in the
  470. # RFC).  If you have not set the variable externally, you can set it at run
  471. # time via this configuration file.  It will not override an external setting.
  472. # Note that on VMS it is set as a process logical rather than symbol, and will
  473. # outlive the Lynx image.
  474. #
  475. #NNTPSERVER:news.server.dom
  476. NNTPSERVER:news
  477.  
  478. # If LIST_NEWS_NUMBERS is set TRUE, Lynx will use an ordered list and include
  479. # the numbers of articles in news listings, instead of using an unordered
  480. # list.  The default is defined in userdefs.h, and can be overridden here.
  481. #
  482. #LIST_NEWS_NUMBERS:FALSE
  483.  
  484. # If LIST_NEWS_DATES is set TRUE, Lynx will include the dates of articles in
  485. # news listings.  The dates always are included in the articles, themselves.
  486. # The default is defined in userdefs.h, and can be overridden here.
  487. #
  488. #LIST_NEWS_DATES:FALSE
  489.  
  490. # NEWS_CHUNK_SIZE and NEWS_MAX_CHUNK regulate the chunking of news article
  491. # listings with inclusion of links for listing earlier and/or later articles.
  492. # The defaults are defined in HTNews.c as 30 and 40, respectively.  If the
  493. # news group contains more than NEWS_MAX_CHUNK articles, they will be listed
  494. # in NEWS_CHUNK_SIZE chunks.  You can change the defaults here, and/or on
  495. # the command line via -newschunksize=NUMBER and/or -newsmaxchunk=NUMBER
  496. # switches.  Note that if the chunk size is increased, here or on the command
  497. # line, to a value greater than the current maximum, the maximum will be
  498. # increased to that number.  Conversely, if the maximum is set to a number
  499. # less than the current chunk size, the chunk size will be reduced to that
  500. # number.  Thus, you need use only one of the two switches on the command
  501. # line, based on the direction of intended change relative to the compilation
  502. # or configuration defaults.  The compilation defaults ensure that there will
  503. # be at least 10 earlier articles before bothering to chunk and create a link
  504. # for earlier articles.
  505. #
  506. #NEWS_CHUNK_SIZE:30
  507. #NEWS_MAX_CHUNK:40
  508.  
  509. # Set NEWS_POSTING to FALSE if you do not want to support posting to
  510. # news groups via Lynx.  If left TRUE, Lynx will use its news gateway to
  511. # post new messages or followups to news groups, using the URL schemes
  512. # described in the "Supported URL" section of the online 'h'elp.  The
  513. # posts will be attempted via the nntp server specified in the URL, or
  514. # if none was specified, via the NNTPSERVER configuration or environment
  515. # variable.  Links with these URLs for posting or sending followups are
  516. # created by the news gateway when reading group listings or articles
  517. # from nntp servers if the server indicates that it permits posting.
  518. # The compilation default set in userdefs.h can be changed here.  If
  519. # the default is TRUE, posting can still be disallowed via the
  520. # -restrictions command line switch.
  521. #NEWS_POSTING:TRUE
  522.  
  523. # LYNX_SIG_FILE defines the name of a file containing a signature which
  524. # can be appended to email messages and news postings or followups.  The
  525. # user will be prompted whether to append it.  It is sought in the home
  526. # directory.  If it is in a subdirectory, begin it with a dot-slash
  527. # (e.g., ./lynx/.lynxsig).  The definition is set in userdefs.h and can
  528. # be changed here.
  529. #
  530. #LYNX_SIG_FILE:.lynxsig
  531.  
  532. # If USE_SELECT_POPUPS is set FALSE, Lynx will present a vertical list of
  533. # radio buttons for the OPTIONs in SELECT blocks which lack the MULTIPLE
  534. # attribute, instead of using a popup menu.  Note that if the MULTIPLE
  535. # attribute is present in the SELECT start tag, Lynx always will create a
  536. # vertical list of checkboxes for the OPTIONs.
  537. # The default defined here or in userdefs.h can be changed via the 'o'ptions
  538. # menu and saved in the RC file, and always can be toggled via the -popup
  539. # command line switch.
  540. #
  541. #USE_SELECT_POPUPS:TRUE
  542.  
  543. # If COLLAPSE_BR_TAGS is set FALSE, Lynx will not collapse serial BR tags.
  544. # Note that the valid way to insert extra blank lines in HTML is via a PRE
  545. # block with only newlines in the block.
  546. # The default is defined in userdefs.h, and can be overridden here.
  547. #
  548. #COLLAPSE_BR_TAGS:TRUE
  549.  
  550. # If SET_COOKIES is set FALSE, Lynx will ignore Set-Cookie headers
  551. # in http server replies.
  552. # The default is defined in userdefs.h, and can be overridden here,
  553. # and/or toggled via the -cookies command line switch.
  554. #
  555. #SET_COOKIES:TRUE
  556.  
  557. # VMS:
  558. #=====
  559. # The mail command is defined in userdefs.h.  It will be spawned as a
  560. # subprocess of lynx and used to send replies and error messages.
  561. # It can be re-defined here.  Your mailer must be able to accept a
  562. # subject line through the use of the /subject="SUBJECT" option.
  563. # If your mailer uses another syntax, some hacking of the mailmsg()
  564. # and reply_by_mail() functions in LYMail.c may be required.
  565. #
  566. #SYSTEM_MAIL:mail
  567.  
  568. # Unix:
  569. #======
  570. # The mail path normally is defined for sendmail (or submit with MMDF)
  571. # in userdefs.h.  You can change it here, but should first read the
  572. # zillions of CERT advisories about security problems with Unix mailers.
  573. # You may need some hacking of the mailmsg() and reply_by_mail() functions
  574. # in LYMail.c, or interposition of a script, for other mailers.
  575. #
  576. #SYSTEM_MAIL:/usr/mmdf/bin/submit
  577. #SYSTEM_MAIL:/usr/lib/sendmail
  578.  
  579. # VMS ONLY:
  580. #==========
  581. # MAIL_ADRS is defined in userdefs.h and normally is structured for PMDF's
  582. # IN%"INTERNET_ADDRESS" scheme.  The %s is replaced with the address given
  583. # by the user.  If you are using a different Internet mail transport, change
  584. # the IN appropriately (e.g., to SMTP, MX, or WINS).
  585. #
  586. #MAIL_ADRS:"IN%%""%s"""
  587.  
  588. # VMS ONLY:
  589. #==========
  590. # If USE_FIXED_RECORDS is set to TRUE here or in userdefs.h, Lynx will
  591. # convert 'd'ownloaded binary files to FIXED 512 record format before saving
  592. # them to disk or acting on a DOWNLOADER option.  If set to FALSE, the
  593. # headers of such files will indicate that they are Stream_LF with Implied
  594. # Carriage Control, which is incorrect, and can cause downloading software
  595. # to get confused and unhappy.  If you do set it FALSE, you can use the
  596. # FIXED512.COM command file, which is included in this distribution, to do
  597. # the conversion externally.
  598. #
  599. #USE_FIXED_RECORDS:TRUE
  600.  
  601. # VI_KEYS can be turned on by the user in the options
  602. # screen or the .lynxrc file.  This is just the default.
  603. #
  604. #VI_KEYS_ALWAYS_ON:FALSE
  605.  
  606. # EMACS_KEYS can be turned on by the user in the options
  607. # screen or the .lynxrc file.  This is just the default.
  608. #
  609. #EMACS_KEYS_ALWAYS_ON:FALSE
  610.  
  611. # DEFAULT_KEYPAD_MODE specifies whether by default the user
  612. # has numbers that work like arrows or else numbered links
  613. # DEFAULT KEYPAD MODE may be set to TRUE for
  614. # using numbers as arrows as default or FALSE for
  615. # using numbered links as the default
  616. #
  617. #DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE
  618.  
  619. # The default search type.
  620. # This is a default that can be overridden by the user!
  621. #
  622. #CASE_SENSITIVE_ALWAYS_ON:FALSE
  623.  
  624. # DEFAULT_BOOKMARK_FILE is a default filename for use as a personal
  625. # bookmark file.  It will reference a file from the user's home directory.
  626. # NOTE that a file ending in .html or other suffix mapped to text/html
  627. # should be used to ensure it's treatment as HTML.  The built-in default
  628. # is lynx_bookmarks.html.  On both Unix and VMS, if a subdirectory off of
  629. # the HOME directory is desired, the path should begin with "./" (e.g.,
  630. # ./BM/lynx_bookmarks.html), but the subdirectory must already exist.
  631. # Lynx will create the bookmark file, if it does not already exist, on
  632. # the first ADD_BOOKMARK attempt if the HOME directory is indicated
  633. # (i.e., if the definition is just filename.html without any slashes),
  634. # but requires a pre-existing subdirectory to create the file there.
  635. # The user can re-define the default bookmark file, as well as a set
  636. # of sub-bookmark files if multiple bookmark file support is enabled
  637. # (see below), via the 'o'ptions menu, and can save those definitions
  638. # in the .lynxrc file. 
  639. #
  640. #DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html
  641.  
  642. # If MULTI_BOOKMARK_SUPPORT is set TRUE, and BLOCK_MULTI_BOOKMARKS (see
  643. # below) is FALSE, and sub-bookmarks exist, all bookmark operations will
  644. # first prompt the user to select an active sub-bookmark file or the
  645. # default bookmark file.  FALSE is the default so that one (the default)
  646. # bookmark file will be available initially.  The definition here will
  647. # override that in userdefs.h.  The user can turn on multiple bookmark
  648. # support via the 'o'ptions menu, and can save that choice as the startup
  649. # default via the .lynxrc file.  When on, the setting can be STANDARD or
  650. # ADVANCED.  If support is set to the latter, and the user mode also is
  651. # ADVANCED, the VIEW_BOOKMARK command will invoke a statusline prompt at
  652. # which the user can enter the letter token (A - Z) of the desired bookmark,
  653. # or '=' to get a menu of available bookmark files.  The menu always is
  654. # presented in NOVICE or INTERMEDIATE mode, or if the support is set to
  655. # STANDARD.  No prompting or menu display occurs if only one (the startup
  656. # default) bookmark file has been defined (define additional ones via the
  657. # 'o'ptions menu).  The startup default, however set, can be overridden on
  658. # the command line via the -restrictions=multibook or the -anonymous or
  659. # -validate switches.
  660. #
  661. #MULTI_BOOKMARK_SUPPORT:FALSE
  662.  
  663. # If BLOCK_MULTI_BOOKMARKS is set TRUE, multiple bookmark support will
  664. # be forced off, and cannot to toggled on via the 'o'ptions menu.  The
  665. # compilation setting is normally FALSE, and can be overridden here.
  666. # It can also be set via the -restrictions=multibook or the -anonymous
  667. # or -validate command line switches.
  668. #
  669. #BLOCK_MULTI_BOOKMARKS:FALSE
  670.  
  671. # DEFAULT_USER_MODE sets the default user mode for Lynx users.
  672. # NOVICE  shows a three line help message at the bottom of the screen
  673. # INTERMEDIATE  shows normal amount of help (one line)
  674. # ADVANCED  help is replaced by the URL of the current link
  675. #
  676. #DEFAULT_USER_MODE:NOVICE
  677.  
  678. # DEFAULT_EDITOR sets the default editor for Lynx users.
  679. # If an editor is defined then the user may edit local documents
  680. # using that editor.  The editor will also be used for sending
  681. # mail messages.  If no editor is defined here or by the user
  682. # the user will not be able to edit local documents and a primitive
  683. # line oriented mail input mode will be used.
  684. # NOTE: Do not define an editor unless you know that every user will
  685. #       know how to use it.  Most users do not enjoy getting stuck in
  686. #       an unknown editor that they can't get out of.  Users can
  687. #       easily define an editor of their own using the options menu,
  688. #       so it is not always desirable to set the DEFAULT_EDITOR.
  689. #
  690. #DEFAULT_EDITOR:
  691.  
  692. # SYSTEM_EDITOR behaves the same as DEFAULT_EDITOR except that it can't be
  693. # changed.
  694. #
  695. #SYSTEM_EDITOR:
  696.  
  697. # Proxy variables
  698. # Lynx version 2.2 and beyond supports the use of proxy servers that can
  699. # act as firewall gateways and caching servers.  They are preferable to
  700. # the older gateway servers.  Each protocol used by Lynx can be mapped
  701. # separately using PROTOCOL_proxy environment variables (see INSTALLATION).
  702. # If you have not set them externally, you can set them at run time via
  703. # this configuration file.  They will not override external settings.
  704. # The no_proxy variable can be a comma-separated list of hosts which should
  705. # not be proxied, or an asterisk to override all proxy variables.
  706. # Note that on VMS they are set as process logicals rather than symbols,
  707. # to preserve lowercasing, and will outlive the Lynx image.
  708. #
  709. #http_proxy:http://some.server.dom:port/
  710. #http_proxy:http://some.server.dom:port/
  711. #https_proxy:http://some.server.dom:port/
  712. #ftp_proxy:http://some.server.dom:port/
  713. #gopher_proxy:http://some.server.dom:port/
  714. #news_proxy:http://some.server.dom:port/
  715. #newspost_proxy:http://some.server.dom:port/
  716. #newsreply_proxy:http://some.server.dom:port/
  717. #snews_proxy:http://some.server.dom:port/
  718. #snewspost_proxy:http://some.server.dom:port/
  719. #snewsreply_proxy:http://some.server.dom:port/
  720. #nntp_proxy:http://some.server.dom:port/
  721. #wais_proxy:http://some.server.dom:port/
  722. #finger_proxy:http://some.server.dom:port/
  723. #cso_proxy:http://some.server.dom:port/
  724. #no_proxy:host.domain.dom
  725.  
  726. # Printer definitions
  727. # any number of printers may be defined by using multiple
  728. # printer definition sets.  Printers may be any program
  729. # that could be useful to your users, they do not necessarily
  730. # have to print.
  731. #
  732. # the definition of a printer is of the form
  733. # PRINTER:<printer name>:<printer command>:<printer option>:<lines/page>
  734. #
  735. #    <printer name> is the name that the user will see.
  736. # <printer command> is the command line arguments for printing a file.
  737. #            The %s will be replaced with the file being printed.
  738. #                   If a second %s is given the second %s will be replaced by
  739. #                   a suggested filename that is prettier than the tempfile
  740. #                   name given in the first %s.  This does not remove the first
  741. #                   %s from the command line in any manner.  If you need to
  742. #                   use only the second %s file name in your printer command,
  743. #                   then I suggest creating a script which will first copy the
  744. #                   first %s file name to the second %s file name, and then
  745. #                   executing your print command with the second %s file name.
  746. #  <printer option> specifies whether the printer should be disabled for
  747. #            users without printing options.  The options are
  748. #            TRUE or FALSE;
  749. #            TRUE means the printer will always be ENABLED
  750. #             regardless of printer or anonymous settings
  751. #            FALSE means the printer will be DISABLED when
  752. #              the -noprint option is on, or for anonymous
  753. #              users which are not allowed to print
  754. #
  755. #  <lines/page>    is an optional parameter for indicating the number of
  756. #           lines per page for the printer.  Defaults to 66.  Used
  757. #           for computing the approximate number of pages and
  758. #           generating a statusline query of whether to proceed if
  759. #           the document is longer than 4 printer pages.  Uses the
  760. #           current screen length for the computation when the
  761. #           built in "print to screen" option is selected.
  762. #
  763. #  You must put the whole definition on one line.
  764. #
  765. #  If you must use a colon, precede it with a backslash!
  766. #
  767. #  If you have a very busy VMS print queue and Lynx deletes the temporary
  768. #  files before they have been queued, use the VMSPrint.com included in
  769. #  the distribution.
  770. #
  771. #    examples
  772. #PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE
  773. #PRINTER:Office printer:lpr -POffprt %s:TRUE
  774. #PRINTER:VMS printer:print /queue=cc$print %s:FALSE:58
  775. #PRINTER:Busy VMS printer:@Lynx_Dir\:VMSPrint sys$print %s:FALSE:58
  776. #  Check out the lpansi program in utils/ for printing on vt100
  777. #  attached printers.
  778. #PRINTER:Use vt100 print sequence to print from your local terminal:lpansi %s:TRUE
  779. #  Don't use the following printer on anonymous accounts since
  780. #  allowing shell input is very dangerous.
  781. #PRINTER:Specify your own print command:echo -n "Enter a print command\: "; read word; sh -c "$word %s":FALSE
  782. #  Pass to a sophisticated file viewer (sources for most are available in
  783. #  ftp://space.mit.edu/pub/davis/most).  The most -k switch suppresses the
  784. #  invocation of hexadecimal display mode if 8-bit or control characters
  785. #  are present.  The +s switch invokes secure mode.
  786. #PRINTER:Use Most to view:most -k +s %s:TRUE:23 
  787.  
  788. # MacOS ONLY:
  789. #==========
  790. # If you have the Speech Manager installed on your system, you can use a special
  791. # "PRINTER" to speak the current document, if <printer name> is "MacOS Speech Manager".
  792. # Note that the <printer command> parameter is ignored.
  793. PRINTER:MacOS Speech Manager:undefined:TRUE
  794.  
  795. # MacOS ONLY:
  796. #============
  797. # If you have the Speech Manager installed, you can set Lynx to speak highlighted
  798. # links
  799. SPEAK_LINKS:FALSE
  800.  
  801. # MacOS ONLY:
  802. #============
  803. # If you have the Speech Manager installed, you can set Lynx to speak with a specific
  804. # voice. If the voice you set is not found, a default voice will be selected.
  805. SPEECH_MANAGER_VOICE:Junior
  806.  
  807. # MacOS ONLY:
  808. #==========
  809. # You can set initial size for Lynx window.  
  810. TERM_LINES:35
  811. TERM_COLS:80
  812.  
  813. # MacOS ONLY:
  814. #============
  815. # You can use Peter Lewis' Internet Config system to configure Lynx according to your
  816. # IC preferences, to launch your defined helpers for non-http urls, handle file mapping, ...
  817. INTERNET_CONFIG:TRUE
  818.  
  819. # Downloader definitions
  820. # any number of downloaders may be defined by using multiple
  821. # downloader definition sets.  Downloaders may be any program
  822. # that could be useful to your users, they do not necessarily
  823. # have to be a download protocol program. The most common use
  824. # of a downloader is to use Ckermit or some other transfer
  825. # program so that the user may easily transfer files back to
  826. # their local machine over a serial link.
  827. #
  828. # the definition of a downloader is of the form
  829. # DOWNLOADER:<downloadername>:<downloader command>:<downloader option>
  830. #
  831. #    <downloader name> is the name that the user will see.
  832. # <downloader command> is the command line arguments for downloading a file.
  833. #                      The %s will be replaced with the file being downloaded.
  834. #                      If a second %s is given the second %s will be replaced
  835. #                      by a suggested filename that is nicer than the tempfile
  836. #                      name given in the first %s.  This does not replace the
  837. #                      first %s in the command line.  If your command needs
  838. #                      the suggest file name on the command line only, then
  839. #                      I suggest creating a script that will first copy the
  840. #                      first %s file name to the second %s file name, and then
  841. #                      execute the downloading command using the second %s file
  842. #                      name (e.g., 'sz' needs such a script interposed).
  843. #  <downloader option> specifies whether the downloader should be disabled for
  844. #                      anonymous users.  The options are
  845. #                      TRUE or FALSE;
  846. #                      TRUE means the downloader will always be ENABLED
  847. #                           regardless of the anonymous settings (however,
  848. #                all downloading is disabled by -validate).
  849. #                      FALSE means the downloader will be DISABLED when
  850. #                            the user is anonymous.
  851. #
  852. #  You must put the whole definition on one line.
  853. #
  854. #  If you must use a colon, precede it with a backslash!
  855. #
  856. #    examples
  857. #DOWNLOADER:Use Most to view:most +s %s:TRUE
  858. #  (don't use most's -k switch, so that binaries will invoke hexadecimal mode)
  859. #DOWNLOADER:Use Kermit to download to the local terminal:kermit -i -s %s -a %s:TRUE
  860. #DOWNLOADER:Use Zmodem to download to the local terminal:sz %s:TRUE
  861. #    (example script in lieu of :sz %s: for offering a suggested filename)
  862. #  :set %s %s;td=/tmp/Lsz$$;mkdir $td;ln -s $1 $td/"$2";sz $td/"$2";rm -r $td:
  863. #
  864. #  On the MacOS, the downloader command is the signature
  865. #  of the application. Document is opened with an Open AppleEvent.                                
  866. #
  867. # MacOS Examples:
  868. DOWNLOADER:(Example) Open with BBEdit:R*ch:TRUE
  869. DOWNLOADER:Open with SimpleText:ttxt:TRUE
  870.  
  871. # Unix ONLY:
  872. #===========
  873. # Uploader definitions (implemented only with Unix DIRED_SUPPORT;
  874. #                       see the Makefile in the top directory,
  875. #            and the header of ./src/LYUpload.c)
  876. # any number of uploaders may be defined by using multiple
  877. # uploader definition sets.  Uploaders may be any program
  878. # that could be useful to your users, they do not necessarily
  879. # have to be an upload protocol program. The most common use
  880. # of an uploader is to use Ckermit or some other transfer
  881. # program so that the user may easily transfer files from
  882. # their local machine over a serial link.
  883. #
  884. # the definition of an uploader is of the same form as a downloader
  885. # UPLOADER:<uploadername>:<uploader command>:<uploader option>
  886. #
  887. #  You must put the whole definition on one line.
  888. #
  889. #  If you must use a colon, precede it with a backslash!
  890. #
  891. #  If you do not include a %s, you will not be prompted for an
  892. #  output filename.
  893. #
  894. #    example
  895. #UPLOADER:Use Kermit to upload from your computer: kermit -i -r -a %s:TRUE
  896.  
  897. # If NO_DOT_FILES is TRUE (normal default via userdefs.h), the user will not
  898. # be allowed to specify files beginning with a dot in reply to output filename
  899. # prompts, and files beginning with a dot (e.g., file://localhost/path/.lynxrc)
  900. # will not be included in the directory browser's listings.  If set FALSE, you
  901. # can force it to be treated as TRUE via -restrictions=dotfiles.  If set FALSE
  902. # and not forced TRUE, the user can regulate it via the 'o'ptions menu (and
  903. # may save the preference in the RC file).
  904. #
  905. #NO_DOT_FILES:TRUE
  906. # If NO_FROM_HEADER is TRUE, From headers never will be sent in transmissions
  907. # to servers.  Lynx normally sends the personal_mail_address as a From header,
  908. # if that address has been defined via the 'o'ptions menu.  If left FALSE
  909. # here, it can be set TRUE at run time via the -nofrom switch.
  910. #
  911. #NO_FROM_HEADER:FALSE
  912.  
  913. # If NO_REFERER_HEADER is TRUE, Referer headers never will be sent in
  914. # transmissions to servers.  Lynx normally sends the URL of the document
  915. # from which the link was derived, but not for startfile URLs, 'g'oto
  916. # URLs, 'j'ump shortcuts, bookmark file links, or history list links.
  917. # If left FALSE here, it can be set TRUE at run time via the -noreferer
  918. # switch.
  919. #
  920. #NO_REFERER_HEADER:FALSE
  921.  
  922. # If NO_FILE_REFERER is TRUE, Referer headers never will be sent in
  923. # transmissions to servers for links or actions derived from documents
  924. # or forms with file URLs.  This would ensure that paths associated
  925. # with the local file system are never indicated to servers, even if
  926. # NO_REFERER_HEADER is FALSE.  If left FALSE here, it can be set TRUE
  927. # at run time via the -nofilereferer switch.
  928. #
  929. #NO_FILE_REFERER:FALSE
  930.  
  931. # If MAKE_LINKS_FOR_ALL_IMAGES is TRUE, all images will be given links
  932. # which can be ACTIVATEd.  For inlines, the ALT or pseudo-ALT ("[INLINE]")
  933. # strings will be links for the resolved SRC rather than just text.  For
  934. # ISMAP or other graphic links, the ALT or pseudo-ALT ("[ISMAP]" or "[LINK]")
  935. # strings will have '-' and a link labeled "[IMAGE]" for the resolved SRC
  936. # appended.
  937. #
  938. # The default defined here will override that in userdefs.h, and the user
  939. # can use LYK_IMAGE_TOGGLE to toggle the feature on or off at run time.
  940. #
  941. # The default also can be toggled via an "-image_links" command line switch.
  942. #
  943. #MAKE_LINKS_FOR_ALL_IMAGES:FALSE
  944.  
  945. # If MAKE_PSEUDO_ALTS_FOR_INLINES is FALSE, inline images which do not
  946. # specify an ALT string will not have "[INLINE]" inserted as a pseudo-ALT,
  947. # i.e., they'll be treated as having ALT="".  If MAKE_LINKS_FOR_ALL_IMAGES
  948. # is defined or toggled to TRUE, however, the pseudo-ALTs will be created
  949. # for inlines, so that they can be used as links to the SRCs.
  950. #
  951. # The default defined here will override that in userdefs.h, and the user
  952. # can use LYK_INLINE_TOGGLE to toggle the feature on or off at run time.
  953. #
  954. # The default also can be toggled via a "-pseudo_inlines" command line
  955. # switch.
  956. #
  957. #MAKE_PSEUDO_ALTS_FOR_INLINES:TRUE
  958.  
  959. # If SUBSTITUTE_UNDERSCORES is TRUE, the _underline_ format will be used
  960. # for emphasis tags in dumps.
  961. #
  962. # The default defined here will override that in userdefs.h, and the user
  963. # can toggle the default via a "-underscore" command line switch.
  964. #
  965. #SUBSTITUTE_UNDERSCORES:FALSE
  966.  
  967. # If HISTORICAL_COMMENTS is TRUE, Lynx will revert to the "Historical"
  968. # behavior of treating any '>' as a terminator for comments, instead of
  969. # seeking a valid '-->' terminator (note that white space can be present
  970. # between the '--' and '>' in valid terminators).  The compilation default
  971. # is FALSE.
  972. #
  973. # The compilation default, or default defined here, can be toggled via a
  974. # "-historical" command line switch, and via the LYK_HISTORICAL command key.
  975. #
  976. #HISTORICAL_COMMENTS:FALSE
  977.  
  978. # If MINIMAL_COMMENTS is TRUE, Lynx will not use Valid comment parsing
  979. # of '--' pairs as serial comments within an overall comment element,
  980. # and instead will seek only a '-->' terminator for the overall comment
  981. # element.  This emulates the Netscape v2.0 comment parsing bug, and
  982. # will help Lynx cope with the use of dashes as "decorations", which
  983. # consequently has become common in so-called "Enhanced for Netscape"
  984. # pages.  Note that setting Historical comments on will override the
  985. # Minimal or Valid setting.
  986. #
  987. # The compilation default for MINIMAL_COMMENTS is FALSE, but we'll
  988. # set it TRUE here, until Netscape gets its comment parsing right,
  989. # and "decorative" dashes cease to be so common.
  990. #
  991. # The compilation default, or default defined here, can be toggled via a
  992. # "-minimal" command line switch, and via the LYK_MINIMAL command key.
  993. #
  994. MINIMAL_COMMENTS:TRUE
  995.  
  996. # If SOFT_DQUOTES is TRUE, Lynx will emulate the invalid behavior of
  997. # treating '>' as a co-terminator of a double-quoted attribute value
  998. # and the tag which contains it, as was done in old versions of Netscape
  999. # and Mosaic.  The compilation default is FALSE.
  1000. #
  1001. # The compilation default, or default defined here, can be toggled via
  1002. # a "-soft_dquotes" command line switch.
  1003. #
  1004. #SOFT_DQUOTES:FALSE
  1005.  
  1006. # If ENABLE_SCROLLBACK is TRUE, Lynx will clear the entire screen before
  1007. # displaying each new screenful of text.  Though less efficient for normal
  1008. # use, this allows programs that maintain a buffer of previously-displayed
  1009. # text to recognize the continuity of what has been displayed, so that
  1010. # previous screenfuls can be reviewed by whatever method the program uses
  1011. # to scroll back through previous text.  For example, the PC comm program
  1012. # QModem has a key that can be pressed to scroll back; if ENABLE_SCROLLBACK
  1013. # is TRUE, pressing the scrollback key will access previous screenfuls which
  1014. # will have been stored on the local PC and will therefore be displayed
  1015. # instantaneously, instead of needing to be retransmitted by Lynx at the
  1016. # speed of the comm connection (but Lynx will not know about the change,
  1017. # so you must restore the last screen before resuming with Lynx commands).
  1018. #
  1019. # The compilation default is FALSE (if REVERSE_CLEAR_SCREEN_PROBLEM was not
  1020. # defined in the Unix Makefile to invoke this behavior as a workaround for
  1021. # some poor curses implementations).
  1022. #
  1023. # The default compilation or configuration setting can be toggled via an
  1024. # "-enable_scrollback" command line switch.
  1025. #
  1026. #ENABLE_SCROLLBACK:FALSE
  1027.  
  1028. # If SCAN_FOR_BURIED_NEWS_REFS is set to TRUE, Lynx will scan the bodies
  1029. # of news articles for buried article and URL references and convert them
  1030. # to links.  The compilation default is TRUE, but some email addresses
  1031. # enclosed in angle brackets ("<user@address>") might be converted to false
  1032. # news links, and uuencoded messages might be corrupted.  The conversion is
  1033. # not done when the display is toggled to source or when 'd'ownloading, so
  1034. # uuencoded articles can be saved intact regardless of these settings.
  1035. #
  1036. # The default setting can be toggled via a "-buried_news" command line
  1037. # switch.
  1038. #
  1039. #SCAN_FOR_BURIED_NEWS_REFS:TRUE
  1040.  
  1041. # MIME types and viewers!
  1042. #
  1043. # file extensions may be assigned to MIME types using
  1044. # the SUFFIX: definition.
  1045. #
  1046. # The SUFFIX definition takes the form of:
  1047. #    SUFFIX:<file extension>:<mime type>
  1048. # for instance the following definition maps the
  1049. # extension ".gif" to the mime type "image/gif"
  1050. #    SUFFIX:.gif:image/gif
  1051. #
  1052. # file suffixes are case INsensitive!
  1053. #
  1054. # The suffix definitions listed here in the default lynx.cfg file are
  1055. # among those established via src/HTInit.c.  You can change any of the
  1056. # defaults by editing that file, or via the global or personal mime.types
  1057. # files at run time.  They will be overridden if you assign them here.
  1058. #
  1059. #SUFFIX:.ps:application/postscript
  1060. #SUFFIX:.eps:application/postscript
  1061. #SUFFIX:.ai:application/postscript
  1062. #SUFFIX:.rtf:application/x-rtf
  1063. #SUFFIX:.snd:audio/basic
  1064. #SUFFIX:.gif:image/gif
  1065. #SUFFIX:.rgb:image/x-rgb
  1066. #SUFFIX:.pict:image/x-pict
  1067. #SUFFIX:.xbm:image/x-xbitmap
  1068. #SUFFIX:.tiff:image/x-tiff
  1069. #SUFFIX:.jpg:image/jpeg
  1070. #SUFFIX:.jpeg:image/jpeg
  1071. #SUFFIX:.mpg:video/mpeg
  1072. #SUFFIX:.mpeg:video/mpeg
  1073. #SUFFIX:.mov:video/quicktime
  1074. #SUFFIX:.hqx:application/octet-stream
  1075. #SUFFIX:.bin:application/octet-stream
  1076. #SUFFIX:.exe:application/octet-stream
  1077. #SUFFIX:.tar:application/octet-stream
  1078. #SUFFIX:.Z:application/octet-stream
  1079. #SUFFIX:.gz:application/octet-stream
  1080. #SUFFIX:.zip:application/octet-stream
  1081. #SUFFIX:.lzh:application/octet-stream
  1082. #SUFFIX:.lha:application/octet-stream
  1083. #SUFFIX:.dms:application/octet-stream
  1084.  
  1085. # The global and personal EXTENSION_MAP files allow you to assign extensions
  1086. # to MIME types which will override any of the suffix maps in this (lynx.cfg)
  1087. # configuration file, or in src/HTInit.c.  See the example mime.types file
  1088. # in the samples subdirectory.
  1089. #
  1090. #     Unix:
  1091. #GLOBAL_EXTENSION_MAP:/usr/local/lib/mosaic/mime.types
  1092. #     VMS:
  1093. #GLOBAL_EXTENSION_MAP:Lynx_Dir:mime.types
  1094. #
  1095. #    Unix (sought in user's home directory):
  1096. #PERSONAL_EXTENSION_MAP:.mime.types
  1097. #    VMS (sought in user's sys$login directory):
  1098. #PERSONAL_EXTENSION_MAP:mime.types
  1099.  
  1100. # VMS:
  1101. # ====
  1102. # XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c
  1103. # for viewing image/* content types when the DECW$DISPLAY logical
  1104. # is set.  Make it the foreign command for your system's X image
  1105. # viewer (commonly, "xv").  Make it "exit" or something like that
  1106. # if you don't have one.  It can be anything that will handle GIF,
  1107. # TIFF and other popular image formats.  Freeware ports of xv for
  1108. # VMS are available in the ftp://ftp.wku.edu/vms/unsupported and
  1109. # http://www.openvms.digital.com/cd/XV310A/ subdirectories.  You
  1110. # must also have a "%s" for the filename.  The default is defined
  1111. # in userdefs.h and can be overridden here, or via the global or
  1112. # personal mailcap files (see below).
  1113. #
  1114. # On the MacOS, XLOADIMAGE_COMMAND is the signature of the viewer application
  1115. # GraphicsConverter is a good choice. I experienced some problems with JPEGView.
  1116.  
  1117. XLOADIMAGE_COMMAND:GKON
  1118.  
  1119. # Unix:
  1120. # =====
  1121. # XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c for
  1122. # viewing image/* content types when the DISPLAY environment variable
  1123. # is set.  Make it the full path and name of the xli (also know as
  1124. # xloadimage or xview) command, or other image viewer.  Put 'echo' or
  1125. # something like it here if you don't have a suitable viewer.  It can
  1126. # be anything that will handle GIF, TIFF and other popular image formats
  1127. # (xli does).  The freeware distribution of xli is available in the
  1128. # ftp://ftp.x.org/contrib subdirectory.  The shareware, xv, also is
  1129. # suitable.  You must also have a "%s" for the filename; "&" for
  1130. # background is optional.  The default is defined in userdefs.h and can be
  1131. # overridden here, or via the global or personal mailcap files (see below).
  1132. # Note that open is used as the default for NeXT, instead of the
  1133. # XLOADIMAGE_COMMAND definition.
  1134. #
  1135. #XLOADIMAGE_COMMAND:xli %s &
  1136.  
  1137. # MIME types may be assigned to external viewers using
  1138. # the VIEWER definition.
  1139. #
  1140. # Note: if you do not define a viewer to a new MIME type
  1141. #       that you assigned above then it will be saved to
  1142. #       disk by default.
  1143. #
  1144. # The VIEWER definition takes the form of:
  1145. #    VIEWER:<mime type>:<viewer command>[:environment]
  1146. #      where -mime type is the MIME content type of the file
  1147. #         -viewer command is a system command that can be
  1148. #             used to display the file where %s is replaced
  1149. #             within the command with the physical filename
  1150. #             (e.g. "ghostview %s" becomes "ghostview /tmp/temppsfile")
  1151. #            -environment is optional.  The only valid keywords
  1152. #             are currently XWINDOWS and NON_XWINDOWS.  If the XWINDOWS
  1153. #             environment is specified then the viewer will only be
  1154. #             defined when the user has the environment variable DISPLAY
  1155. #             (DECW$DISPLAY on VMS) defined.  If the NON_XWINDOWS environment
  1156. #             is specified the specified viewer will only be defined when the
  1157. #             user DOES NOT have the environment variable DISPLAY defined.
  1158. #  examples:
  1159. #        VIEWER:image/gif:xli %s:XWINDOWS
  1160. #               VIEWER:image/gif:ascii-view %s:NON_XWINDOWS
  1161. #               VIEWER:application/start-elm:elm
  1162. #
  1163. # You must put the whole definition on one line.
  1164. #
  1165. # If you must use a colon in the viewer command, precede it with a backslash!
  1166. #
  1167. # The MIME_type:viewer:XWINDOWS definitions listed here in the lynx.cfg
  1168. # file are among those established via src/HTInit.c.  For the image types,
  1169. # HTInit.c uses the XLOADIMAGE_COMMAND definition in userdefs.h or above
  1170. # (open is used for NeXT).  You can change any of these defaults via the
  1171. # global or personal mailcap files at run time.  They will be overridden
  1172. # if you assign them here.
  1173. #
  1174. #VIEWER:application/postscript:ghostview %s&:XWINDOWS
  1175. #VIEWER:image/gif:xli %s&:XWINDOWS
  1176. #VIEWER:image/x-xbm:xli %s&:XWINDOWS
  1177. #VIEWER:image/x-rgb:xli %s&:XWINDOWS
  1178. #VIEWER:image/x-tiff:xli %s&:XWINDOWS
  1179. #VIEWER:image/jpeg:xli %s&:XWINDOWS
  1180. #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
  1181.  
  1182. # The global and personal MAILCAP files allow you to specify external
  1183. # viewers to be spawned when Lynx encounters different MIME types, which
  1184. # will override any of the suffix maps in this (lynx.cfg) configuration
  1185. # file, or in src/HTInit.c.  See RFC-MAILCAP.txt in the docs subdirectory
  1186. # and the example mailcap file in the samples subdirectory.
  1187. #
  1188. #    Unix:
  1189. #GLOBAL_MAILCAP:/usr/local/lib/mosaic/mailcap
  1190. #    VMS:
  1191. #GLOBAL_MAILCAP:Lynx_Dir:mailcap
  1192. #
  1193. #     Sought in user's home (Unix) or sys$login (VMS) directory.
  1194. #PERSONAL_MAILCAP:.mailcap
  1195.  
  1196. # Key remapping definitions!
  1197. #
  1198. # You may redefine the keymapping of any function in Lynx by
  1199. # using the KEYMAP variable.  The form of KEYMAP is:
  1200. #  KEYMAP:<KEYSTROKE>:<LYNX FUNCTION>
  1201. #
  1202. # You must map upper and lowercase keys separately.
  1203. #
  1204. # A representative list of functions mapped to their default keys is
  1205. # provided below.  All of the mappings are commented out by default
  1206. # since they just map to the default mappings, except for TOGGLE_HELP
  1207. # (see below).  See LYKeymap.c for the complete key mapping.  Use the
  1208. # 'K'eymap command when running Lynx for a list of the current mappings.
  1209. #
  1210. # Special keys map to:
  1211. #         Up Arrow: 0x100
  1212. #       Down Arrow: 0x101
  1213. #      Right Arrow: 0x102
  1214. #       Left Arrow: 0x103
  1215. #        Page Down: 0x104
  1216. #          Page Up: 0x105
  1217. #      Keypad Home: 0x106
  1218. #       Keypad End: 0x107
  1219. #   Function key 1: 0x108
  1220. # vt100   Help Key: 0x108
  1221. # vt100     Do Key: 0x109
  1222. # vt100   Find Key: 0x10A
  1223. # vt100 Select Key: 0x10B
  1224. # vt100 Insert Key: 0x10C
  1225. # vt100 Remove Key: 0x10D
  1226. #  (0x00) NULL KEY: 0x00E (DO_NOTHING)
  1227. #
  1228.  
  1229. #KEYMAP:0x2F:SOURCE    # Toggle source viewing mode (show HTML source
  1230. #KEYMAP:^R:RELOAD    # Reload the current document and redisplay
  1231. #KEYMAP:q:QUIT        # Ask the user to quit
  1232. #KEYMAP:Q:ABORT        # Quit without verification
  1233. #KEYMAP:0x20:NEXT_PAGE    # Move down to next page
  1234. #KEYMAP:-:PREV_PAGE    # Move up to previous page
  1235. #KEYMAP:^P:UP_TWO    # Move display up two lines
  1236. #KEYMAP:0x10C:UP_TWO    # Function key Insert - Move display up two lines
  1237. #KEYMAP:^N:DOWN_TWO    # Move display down two lines
  1238. #KEYMAP:0x10D:DOWN_TWO    # Function key Remove - Move display down two lines
  1239. #KEYMAP:(:UP_HALF    # Move display up half a page
  1240. #KEYMAP:):DOWN_HALF    # Move display down half a page
  1241. #KEYMAP:^W:REFRESH    # Refresh the screen
  1242. #KEYMAP:^A:HOME        # Go to top of current document
  1243. #KEYMAP:0x106:HOME    # Keypad Home - Go to top of current document
  1244. #KEYMAP:0x10A:HOME    # Function key Find - Go to top of current document
  1245. #KEYMAP:^E:END        # Go to bottom of current document
  1246. #KEYMAP:0x107:END    # Keypad End - Go to bottom of current document
  1247. #KEYMAP:0x10B:END    # Function key Select - Go to bottom of current document
  1248. #KEYMAP:0x100:PREV_LINK    # Move to the previous link
  1249. #KEYMAP:0x101:NEXT_LINK    # Move to the next link
  1250. #KEYMAP:<:UP_LINK       # Move to the link above
  1251. #KEYMAP:>:DOWN_LINK    # Move to the link below
  1252. #KEYMAP:0x00:RIGHT_LINK    # Move to the link to the right
  1253. #KEYMAP:0x00:LEFT_LINK    # Move to the link to the left
  1254. #KEYMAP:0x7F:HISTORY    # Display stack of currently-suspended documents
  1255. #KEYMAP:0x08:HISTORY    # Display stack of currently-suspended documents
  1256. #KEYMAP:0x103:PREV_DOC    # Return to the previous document
  1257. #KEYMAP:0x102:ACTIVATE    # Select the current link
  1258. #KEYMAP:0x109:ACTIVATE    # Function key Do - Select the current link
  1259. #KEYMAP:g:GOTO        # Goto a random URL
  1260. #KEYMAP:G:ECGOTO    # Edit the current document's URL and go to it
  1261. #KEYMAP:H:HELP        # Show default help screen
  1262. #KEYMAP:0x108:HELP    # Function key Help - Show default help screen
  1263. #KEYMAP:i:INDEX        # Show default index
  1264. #*** Edit FORM_LINK_SUBMIT_MESSAGE in userdefs.h if you change NOCACHE ***
  1265. #KEYMAP:x:NOCACHE    # Force submission of form or link with no-cache
  1266. #*** Do not change INTERRUPT from 'z' & 'Z' ***
  1267. #KEYMAP:z:INTERRUPT    # Interrupt network transmission
  1268. #KEYMAP:m:MAIN_MENU    # Return to the main menu
  1269. #KEYMAP:o:OPTIONS    # Show the options menu
  1270. #KEYMAP:i:INDEX_SEARCH    # Search a server based index
  1271. #KEYMAP:/:WHEREIS    # Find a string within the current document
  1272. #KEYMAP:n:NEXT        # Find next occurence of string within document
  1273. #KEYMAP:c:COMMENT    # Comment to the author of the current document
  1274. #KEYMAP:e:EDIT        # Edit current document
  1275. #KEYMAP:=:INFO        # Show info about current document
  1276. #KEYMAP:p:PRINT        # Show print options
  1277. #KEYMAP:a:ADD_BOOKMARK    # Add current document to bookmark list
  1278. #KEYMAP:v:VIEW_BOOKMARK    # View the bookmark list
  1279. #KEYMAP:V:VLINKS    # List links visited during the current Lynx session
  1280. #KEYMAP:!:SHELL        # Spawn default shell
  1281. #KEYMAP:d:DOWNLOAD    # Download current link
  1282. #KEYMAP:j:JUMP        # Jump to a predefined target
  1283. #KEYMAP:k:KEYMAP    # Display the current key map
  1284. #KEYMAP:l:LIST        # List the references (links) in the current document
  1285. #KEYMAP:#:TOOLBAR    # Go to the Toolbar or Banner in the current document
  1286. #KEYMAP:^T:TRACE_TOGGLE    # Toggle tracing of browser operations
  1287. #KEYMAP:*:IMAGE_TOGGLE    # Toggle inclusion of links for all images
  1288. #KEYMAP:[:INLINE_TOGGLE    # Toggle pseudo-ALTs for inlines with no ALT string
  1289. #KEYMAP:0x00:DO_NOTHING    # Does nothing (ignore this key)
  1290.  
  1291. # If TOGGLE_HELP is mapped, in novice mode the second help menu line
  1292. # can be toggled among NOVICE_LINE_TWO_A, _B, and _C, as defined in
  1293. # userdefs.h.  Otherwise, it will be NOVICE_LINE_TWO.
  1294. #
  1295. #KEYMAP:O:TOGGLE_HELP    # Show other commands in the novice help menu
  1296.  
  1297. # Alternate jumps files can be defined and mapped to keys here.  If the
  1298. # keys have already been mapped, then those mappings will be replaced,
  1299. # but you should leave at least one key mapped to the default jumps
  1300. # file.  You optionally may include a statusline prompt string for the
  1301. # mapping.  You must map upper and lowercase keys separately (beware of
  1302. # mappings to keys which the user can further remap via the 'o'ptions
  1303. # menu).  The format is:
  1304. #
  1305. #    JUMPFILE:path:key[:prompt]
  1306. #
  1307. # where path should begin with a '/' (i.e., not include file://localhost).
  1308. # Any white space following a prompt string will be trimmed, and a single
  1309. # space will be added by Lynx.
  1310. #
  1311. #JUMPFILE:/Lynx_Dir/ips.html:i:IP or Interest group (? for list):
  1312.  
  1313. # VMS ONLY:
  1314. #==========
  1315. # On VMS, CSwing (an XTree emulation for VTxxx terminals) is intended for
  1316. # use as the Directory/File Manager (sources, objects, or executables are
  1317. # available from ftp://narnia.memst.edu/).  CSWING_PATH should be defined
  1318. # here or in userdefs.h to your foreign command for CSwing, with any
  1319. # regulatory switches you want included.  If not defined, or defined as
  1320. # a zero-length string ("") or "none" (case-insensitive), the support
  1321. # will be disabled.  It will also be disabled if the -nobrowse or
  1322. # -selective switches are used, or if the file_url restriction is set.
  1323. #
  1324. # When enabled, the DIRED_MENU command (normally 'f' or 'F') will invoke
  1325. # CSwing, normally with the current default directory as an argument to
  1326. # position the user on that node of the directory tree.  However, if the
  1327. # current document is a local directory listing, or a local file and not
  1328. # one of the temporary menu or list files, the associated directory will
  1329. # be passed as an argument, to position the user on that node of the tree.
  1330. #
  1331. #CSWING_PATH:swing
  1332.  
  1333. # Unix ONLY:
  1334. #===========
  1335. # LIST_FORMAT defines the display for local files when Lynx has been
  1336. # compiled with LONG_LIST defined in the Makefile.  The default is set
  1337. # in userdefs.h, normally to "ls -l" format, and can be changed here
  1338. # by uncommenting the indicated lines, or adding a definition with a
  1339. # modified parameter list.
  1340. #
  1341. # The percent items in the list are interpreted as follows:
  1342. #
  1343. #    %p    Unix-style permission bits
  1344. #    %l    link count
  1345. #    %o    owner of file
  1346. #    %g    group of file
  1347. #    %d    date of last modification
  1348. #    %a    anchor pointing to file or directory
  1349. #    %A    as above but don't show symbolic links
  1350. #    %k    size of file in Kilobytes
  1351. #    %K    as above but omit size for directories
  1352. #    %s    size of file in bytes
  1353. #
  1354. # Anything between the percent and the letter is passed on to sprintf.
  1355. # A double percent yields a literal percent on output.  Other characters
  1356. # are passed through literally.
  1357. #
  1358. # If you want only the filename:
  1359. #
  1360. #LIST_FORMAT:    %a
  1361. #
  1362. # If you want a brief output:
  1363. #
  1364. #LIST_FORMAT:   %4K %-12.12d %a
  1365. #
  1366. # If you want the Unix "ls -l" format:
  1367. #
  1368. #LIST_FORMAT:    %p %4l %-8.8o %-8.8g %7s %-12.12d %a
  1369.  
  1370. # Unix ONLY:
  1371. #===========
  1372. # DIRED_MENU items are used to compose the F)ull menu list in DIRED mode
  1373. # The behaviour of the default configuration given here is much the same
  1374. # as it was when this menu was hard-coded but these items can now be adjusted
  1375. # to suit local needs.  In particular, many of the LYNXDIRED actions can be
  1376. # replaced with lynxexec, lynxprog and lynxcgi script references.
  1377. #
  1378. # NOTE that defining even one DIRED_MENU line overrides all the built-in
  1379. # definitions, so a complete set must then be defined here.
  1380. #
  1381. # Each line consists of the following fields:
  1382. #
  1383. #    DIRED_MENU:type:suffix:link text:extra text:action
  1384. #
  1385. #    type: TAG: list only when one or more files are tagged
  1386. #          FILE: list only when the current selection is a file
  1387. #          DIR: list only when the current selection is a directory
  1388. #
  1389. #    suffix: list only if the current selection ends in this pattern
  1390. #
  1391. #    link text: the displayed text of the link
  1392. #
  1393. #    extra text: the text displayed following the link
  1394. #
  1395. #    action: the URL to be followed upon selection
  1396. #
  1397. #    link text and action are scanned  for % sequences that are expanded
  1398. #    at display time as follows:
  1399. #
  1400. #            %p  path of current selection
  1401. #            %f  filename (last component) of current selection
  1402. #            %t  tagged list (full paths)
  1403. #            %l  list of tagged file names
  1404. #            %d  the current directory
  1405. #
  1406. #DIRED_MENU:::New File:(in current directory):LYNXDIRED://NEW_FILE%d
  1407. #DIRED_MENU:::New Directory:(in current directory):LYNXDIRED://NEW_FOLDER%d
  1408. #DIRED_MENU:::Install:(of current selection):LYNXDIRED://INSTALL_SRC%p
  1409. #DIRED_MENU:::Modify Name:(of current selection):LYNXDIRED://MODIFY_NAME%p
  1410.  
  1411. # Following depends on OK_PERMIT
  1412. #DIRED_MENU:::Permit Name:(of current selection):LYNXDIRED://PERMIT_SRC%p
  1413.  
  1414. #DIRED_MENU:::Change Location:(of current selection):LYNXDIRED://MODIFY_LOCATION%p
  1415. #DIRED_MENU:::Remove:(current selection):LYNXDIRED://REMOVE_SINGLE%p
  1416.  
  1417. # Following depends on OK_UUDECODE and !ARCHIVE_ONLY
  1418. #DIRED_MENU:FILE::UUDecode:(current selection):LYNXDIRED://UUDECODE%p
  1419.  
  1420. # Following depends on OK_TAR and !ARCHIVE_ONLY
  1421. #DIRED_MENU:FILE:.tar.Z:Expand:(current selection):LYNXDIRED://UNTAR_Z%p
  1422.  
  1423. # Following depend on OK_TAR and OK_GZIP and !ARCHIVE_ONLY
  1424. #DIRED_MENU:FILE:.tar.gz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p
  1425. #DIRED_MENU:FILE:.tgz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p
  1426.  
  1427. # Following depends on !ARCHIVE_ONLY
  1428. #DIRED_MENU:FILE:.Z:Uncompress:(current selection):LYNXDIRED://DECOMPRESS%p
  1429.  
  1430. # Following depends on OK_GZIP and !ARCHIVE_ONLY
  1431. #DIRED_MENU:FILE:.gz:Uncompress:(current selection):LYNXDIRED://UNGZIP%p
  1432.  
  1433. # Following depends on OK_ZIP and !ARCHIVE_ONLY
  1434. #DIRED_MENU:FILE:.zip:Uncompress:(current selection):LYNXDIRED://UNZIP%p
  1435.  
  1436. # Following depends on OK_TAR and !ARCHIVE_ONLY
  1437. #DIRED_MENU:FILE:.tar:UnTar:(current selection):LYNXDIRED://UNTAR%p
  1438.  
  1439. # Following depends on OK_TAR
  1440. #DIRED_MENU:DIR::Tar:(current selection):LYNXDIRED://TAR%p
  1441.  
  1442. # Following depends on OK_TAR and OK_GZIP
  1443. #DIRED_MENU:DIR::Tar and compress:(using GNU gzip):LYNXDIRED://TAR_GZ%p
  1444.  
  1445. # Following depends on OK_ZIP
  1446. #DIRED_MENU:DIR::Package and compress:(using zip):LYNXDIRED://ZIP%p
  1447.  
  1448. #DIRED_MENU:FILE::Compress:(using Unix compress):LYNXDIRED://COMPRESS%p
  1449.  
  1450. # Following depends on OK_GZIP
  1451. #DIRED_MENU:FILE::Compress:(using gzip):LYNXDIRED://GZIP%p
  1452.  
  1453. # Following depends on OK_ZIP
  1454. #DIRED_MENU:FILE::Compress:(using zip):LYNXDIRED://ZIP%p
  1455.  
  1456. #DIRED_MENU:TAG::Move all tagged items to another location.::LYNXDIRED://MOVE_TAGGED%d
  1457. #DIRED_MENU:TAG::Remove all tagged files and directories.::LYNXDIRED://REMOVE_TAGGED
  1458. #DIRED_MENU:TAG::Untag all tagged items.::LYNXDIRED://CLEAR_TAGGED
  1459.  
  1460. # COLORS (only available if compiled with slang)
  1461. # The line must be of the form:
  1462. # COLOR:INTEGER:FOREGROUND:BACKGROUND
  1463. # Here FOREGROUND and BACKGROUND must be one of:
  1464. #      black              red            green            brown
  1465. #       blue          magenta             cyan        lightgray
  1466. #       gray        brightred      brightgreen           yellow
  1467. # brightblue    brightmagenta       brightcyan            white
  1468. #
  1469. # Uncomment and change any of the compilation defaults.
  1470. #
  1471. #COLOR:0:black:white
  1472. #COLOR:1:blue:white
  1473. #COLOR:2:yellow:blue
  1474. #COLOR:3:green:white
  1475. #COLOR:4:magenta:white
  1476. #COLOR:5:blue:white
  1477. #COLOR:6:red:white
  1478. #COLOR:7:magenta:cyan
  1479.